home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building Homes of Our Own
/
Building Homes of our Own.iso
/
setup
/
data1.cab
/
Everything
/
working
/
houCons.dxr
/
exitFrameScripts_28.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-25
|
200 b
|
8 lines
on exitFrame me
global gConMan
whatNext = doNextDecision(gConMan)
if (whatNext = #finished) or (whatNext = #outdoorelements) or (whatNext = #outdoorelement) then
go("int_init")
end if
end